home *** CD-ROM | disk | FTP | other *** search
- #pragma once
-
- #include "FileLib.h"
-
- /* resources in preferences file */
- enum {
- PREFS_PROGRESS_POSITION = 128, /* position of progress dialog */
- PREFS_CLIPBOARD_POSITION, /* position of clipboard window */
- PREFS_ABOUT_POSITION, /* position of about application window */
- PREFS_HELP_POSITION, /* position of help window */
- PREFS_MEMORY_WINDOW_POSITION, /* position of memory debug window */
- PREFS_APPLICATION_POSITION, /* position of application preferences window */
- PREFS_APPLICATION, /* application preferences */
- rPrefsLast
- };
-
- short PrefsReferenceNumber(void);
- FileType *PrefsFile(void);
- void PrefsOpen(void);
- void PrefsClose(void);
-